projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e620b63
)
linux: Export xen_{create,destroy}_contiguous_region to modules.
author
Keir Fraser
<keir@xensource.com>
Fri, 6 Apr 2007 14:09:56 +0000
(15:09 +0100)
committer
Keir Fraser
<keir@xensource.com>
Fri, 6 Apr 2007 14:09:56 +0000
(15:09 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/arch/i386/mm/hypervisor.c
patch
|
blob
|
history
diff --git
a/linux-2.6-xen-sparse/arch/i386/mm/hypervisor.c
b/linux-2.6-xen-sparse/arch/i386/mm/hypervisor.c
index d1d65cf4b87397156fcae8c2fb041fca2a733ed2..9181f8ba897032a14e3a0a426e9f42444d977f3d 100644
(file)
--- a/
linux-2.6-xen-sparse/arch/i386/mm/hypervisor.c
+++ b/
linux-2.6-xen-sparse/arch/i386/mm/hypervisor.c
@@
-353,6
+353,7
@@
int xen_create_contiguous_region(
return success ? 0 : -ENOMEM;
}
+EXPORT_SYMBOL_GPL(xen_create_contiguous_region);
void xen_destroy_contiguous_region(unsigned long vstart, unsigned int order)
{
@@
-437,6
+438,7
@@
void xen_destroy_contiguous_region(unsigned long vstart, unsigned int order)
balloon_unlock(flags);
}
+EXPORT_SYMBOL_GPL(xen_destroy_contiguous_region);
#ifdef __i386__
int write_ldt_entry(void *ldt, int entry, __u32 entry_a, __u32 entry_b)